home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Reference / Graphnet / background_3205.txt < prev    next >
Encoding:
Text File  |  1988-03-28  |  3.5 KB  |  180 lines

  1. -- background: 3205 from stack: in
  2. -- bmap block id: 4031
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on idle
  8.   put the Time into field "time"
  9.   put the date into field "date"
  10. end idle
  11.  
  12.  
  13.  
  14. -- part 2 (field)
  15. -- low flags: 01
  16. -- high flags: 0000
  17. -- rect: left=377 top=310 right=329 bottom=501
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 1
  21. -- font id: 125
  22. -- text size: 9
  23. -- style flags: 0
  24. -- line height: 12
  25. -- part name: time
  26.  
  27.  
  28. -- part 3 (field)
  29. -- low flags: 01
  30. -- high flags: 0000
  31. -- rect: left=407 top=323 right=342 bottom=512
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 0
  35. -- font id: 111
  36. -- text size: 10
  37. -- style flags: 0
  38. -- line height: 13
  39. -- part name: date
  40.  
  41.  
  42. -- part 4 (button)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=55 top=296 right=336 bottom=80
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Graphnet Home Card
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   go to card id 4163 of stack "Graphnet"
  57. end mouseUp
  58.  
  59.  
  60.  
  61.  
  62. -- part 5 (button)
  63. -- low flags: 00
  64. -- high flags: 0000
  65. -- rect: left=3 top=305 right=340 bottom=40
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 20098 / 20098
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: Home
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   go to card id 5341 of stack "Home"
  77. end mouseUp
  78.  
  79.  
  80.  
  81.  
  82. -- part 6 (field)
  83. -- low flags: 01
  84. -- high flags: 0000
  85. -- rect: left=377 top=310 right=329 bottom=501
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 0 / 0
  88. -- text alignment: 1
  89. -- font id: 125
  90. -- text size: 9
  91. -- style flags: 0
  92. -- line height: 12
  93. -- part name: time
  94.  
  95.  
  96. -- part 7 (field)
  97. -- low flags: 01
  98. -- high flags: 0000
  99. -- rect: left=377 top=310 right=329 bottom=501
  100. -- title width / last selected line: 0
  101. -- icon id / first selected line: 0 / 0
  102. -- text alignment: 1
  103. -- font id: 125
  104. -- text size: 9
  105. -- style flags: 0
  106. -- line height: 12
  107. -- part name: time
  108.  
  109.  
  110. -- part 8 (field)
  111. -- low flags: 01
  112. -- high flags: 0000
  113. -- rect: left=407 top=323 right=342 bottom=512
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 0 / 0
  116. -- text alignment: 0
  117. -- font id: 111
  118. -- text size: 10
  119. -- style flags: 0
  120. -- line height: 13
  121. -- part name: date
  122.  
  123.  
  124. -- part 9 (button)
  125. -- low flags: 00
  126. -- high flags: 0000
  127. -- rect: left=222 top=301 right=324 bottom=248
  128. -- title width / last selected line: 0
  129. -- icon id / first selected line: 1014 / 1014
  130. -- text alignment: 1
  131. -- font id: 0
  132. -- text size: 12
  133. -- style flags: 0
  134. -- line height: 16
  135. -- part name: Prev
  136. ----- HyperTalk script -----
  137. on mouseUp
  138.   go to prev card
  139. end mouseUp
  140.  
  141.  
  142.  
  143. -- part 10 (button)
  144. -- low flags: 00
  145. -- high flags: 0000
  146. -- rect: left=253 top=301 right=324 bottom=278
  147. -- title width / last selected line: 0
  148. -- icon id / first selected line: 1013 / 1013
  149. -- text alignment: 1
  150. -- font id: 0
  151. -- text size: 12
  152. -- style flags: 0
  153. -- line height: 16
  154. -- part name: Next
  155. ----- HyperTalk script -----
  156. on mouseUp
  157.   go to next card
  158. end mouseUp
  159.  
  160.  
  161.  
  162. -- part 11 (button)
  163. -- low flags: 00
  164. -- high flags: 2000
  165. -- rect: left=287 top=299 right=328 bottom=323
  166. -- title width / last selected line: 0
  167. -- icon id / first selected line: 29114 / 29114
  168. -- text alignment: 1
  169. -- font id: 0
  170. -- text size: 12
  171. -- style flags: 0
  172. -- line height: 16
  173. -- part name: Return
  174. ----- HyperTalk script -----
  175. on mouseUp
  176.   visual dissolve slow
  177.   go to card id 3806
  178. end mouseUp
  179.  
  180.